/*--------------图文组件----我们的产品------------------------------*/

@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    .ourProduce {
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
        /*background-color: rgb(248, 248, 250);*/
        padding: 64px 0;
    }

    .img-layout {
        width: 1315px;
        margin: auto;
    }

    .ourProduce .title {
        text-align: center;
        margin: 0px 0 30px;
    }

    .ourProduce .programme {
        width: 1215px;
    }

    .ourProduce .programme .outside-box {
        display: flex;
    }

    .ourProduce .produce-box {
        width: 1215px;
    }

    .ourProduce .main-item {
        display: none;

    }

    .ourProduce .programme .main-item {
        width: 390px;
        height: 520px;
        display: block;
        position: relative;
        flex-shrink: 0;
        background-color: #FFFFFF;
    }

    .ourProduce .produce-box .content {
        display: flex;
        justify-content: space-between;
    }

    .ourProduce .together .content {
        display: flex;
        /*padding: 0 100px;*/
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ourProduce .place .content {
        display: flex;
        padding: 0 78px;
        flex-wrap: wrap;
        /*justify-content: space-around;*/
    }

    .ourProduce .advantage .content {
        display: flex;
        padding: 0 49px;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    .ourProduce .programme .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        height: 522px;
    }

    /*.ourProduce .together .content:after {*/
    /*    content: '';*/
    /*    width: 336px;*/
    /*}*/
    /*.ourProduce .advantage .content:after {*/
    /*    content: '';*/
    /*    width: 336px;*/
    /*}*/
    .ourProduce .title-h1 {
        font-size: 28px;
        font-family: Helvetica;
        color: #181818;
        line-height: 38px;
    }

    .ourProduce .together .title-h1,
    .ourProduce .advantage .title-h1,
    .ourProduce .place .title-h1 {
        font-size: 28px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 42px;
    }

    .ourProduce .title-description {
        height: 20px;
        font-size: 16px;
        font-family: Helvetica;
        color: #999999;
        line-height: 17px;
        margin-top: 10px;


    }

    .ourProduce .together .title-description {
        /*display: none;*/
    }

    .ourProduce .place .title-description {
        /*display: none;*/
    }

    .ourProduce .advantage .title-description {
        /*display: none;*/
    }

    .produce-box .content-item {
        width: 286px;
        height: 384px;
        position: relative;
        border-radius: 10px;
    }

    .ourProduce .together .content-item {
        width: 336px;
        border-radius: 6px;
        border: 0px solid #E2E4E8;
        margin: 20px 0;
        box-sizing: border-box;
        padding: 0 0 20px 0;
        box-shadow: 0px 3px 6px 0px rgba(149, 168, 181, 0.1);
    }

    .ourProduce .place .content-item {
        width: 273px;
        /*width: 25%;*/
        box-sizing: border-box;
        border-radius: 3px;
        border: 0px solid #E2E4E8;
        padding: 8px;
        text-align: center;
        /*background: #F8FAFF;*/
        margin: 20px 8px;
        box-shadow: 0px 3px 6px 0px rgba(149, 168, 181, 0.1);
    }

    .ourProduce .place .content.number-3 .content-item {
        width: 29%;
    }

    .ourProduce .advantage .content-item {
        width: 260px;
        border-radius: 8px;
        border: 1px solid #F0F0F0;
        margin: 30px 21px;
        text-align: center;
        padding: 15px 0;
        background-color: #FFFFFF;
    }

    .ourProduce .programme .content-item {
        width: 395px;
        height: 253px;
        background: #FFFFFF;
        margin: 0 8px 8px;
        position: relative;
    }

    .ourProduce .background-img {
        object-fit: contain;
    }

    .ourProduce .produce-box .background-img {
        width: 99.6%;
        height: 99.8%;
        position: absolute;
        left: 1px;
        border-radius: 6px;
        top: 0;
        object-fit: cover;
    }

    .ourProduce .together .background-img {
        width: 100%;
        height: 178px;
        object-fit: cover;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .ourProduce .place .background-img {
        width: 100%;
        height: 164px;
    }

    .ourProduce .advantage .background-img {
        display: none;
    }

    .ourProduce .programme .background-img {
        display: none;
    }

    .ourProduce .produce-box .background-description {
        position: absolute;
        bottom: 30px;
        left: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .ourProduce .together .background-description,
    .ourProduce .advantage .background-description {
        text-align: center;
    }

    .ourProduce .programme .background-description {
        padding: 20px;
    }

    .ourProduce .place .background-description {
        /*background: #F8FAFF;*/
        /*box-shadow: 0px 3px 6px 0px rgba(149, 168, 181, 0.1);*/
    }

    .ourProduce .under-line {
        display: none;
    }

    .ourProduce .programme .under-line {
        display: block;
        margin: 5px 0;
        width: 345px;
        height: 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .ourProduce .background-title {
        /*white-space: pre-wrap;*/
    }

    .ourProduce .produce-box .background-title {
        /*height: 33px;*/
        /*font-size: 24px;*/
        /*font-family: Helvetica;*/
        /*color: #FFFFFF;*/
        /*line-height: 29px;*/
        /*margin-bottom: 15px;*/
        display: none;
    }

    .ourProduce .produce-box .background-title-bold {
        color: #FFFFFF;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .ourProduce .produce-box .background-title-bold a {
        color: #FFFFFF;
    }

    .ourProduce .background-title-bold {
        font-size: 24px;
        font-family: Helvetica;
        /*color: #FFFFFF;*/
        line-height: 29px;
        margin-bottom: 15px;
        display: block;
    }

    .ourProduce .together .background-title-bold {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .ourProduce .advantage .background-title-bold {
        display: block;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #424242;
        line-height: 28px;
        margin: 10px;
    }

    .ourProduce .programme .background-title-bold {
        height: 33px;
        font-size: 24px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #181818;
        line-height: 29px;
        display: inline-block;
        margin-bottom: 3px;
    }

    .ourProduce .place .background-title-bold {
        width: 100%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #181818;
        line-height: 50px;
        display: inline-block;
    }

    .ourProduce .together .background-title {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #575D6C;
        line-height: 20px;
        width: 270px;
        margin: auto;
        margin-top: 10px;
        text-align: left;
        word-break: break-all;
        -webkit-line-clamp: inherit;
        white-space: pre-wrap;
    }

    .ourProduce .place .background-title {
        display: none;
    }

    .ourProduce .advantage .background-title {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #575D6C;
        line-height: 20px;
        /*width: 270px;*/
        margin: auto;
        margin-top: 10px;
        text-align: center;
        word-break: break-all;
        -webkit-line-clamp: 1;
        padding: 0 20px;
        -webkit-line-clamp: inherit;
        white-space: pre-wrap;
    }

    .ourProduce .programme .background-title {
        width: 349px;
        font-size: 14px;
        font-family: Helvetica;
        color: #999;
        line-height: 20px;
        white-space: pre-wrap;
    }

    .ourProduce .programme .background-title.more-hidden {
        -webkit-line-clamp: 5
    }

    .ourProduce .produce-description-img {
        display: none;
    }

    .ourProduce .advantage-description-img {
        display: none;
    }

    .ourProduce .advantage-description-img-a {
        display: none;
    }

    .ourProduce .advantage-description-hoverImg {
        display: none;
    }

    .ourProduce .produce-box .background-description .produce-description-img {
        width: 35px;
        object-fit: contain;
        display: block;
    }

    .ourProduce .together .background-description .advantage-description-img {
        /*width: 160px;*/
        /*height: 72px;*/
        /*margin-top: 15px;*/
        /*object-fit: contain;*/
    }

    .ourProduce .together .background-description .advantage-description-hoverImg {
        width: 160px;
        height: 56px;
        object-fit: contain;
        display: block;
        margin: auto;
        margin-top: 5px;
    }

    .ourProduce .advantage .background-description .advantage-description-img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        display: block;
        margin: auto;
    }

    .ourProduce .advantage .background-description .advantage-description-img-a {
        display: inline-block;
    }

    .ourProduce .programme .background-description .advantage-description-hoverImg {
        width: 46px;
        height: 46px;
        object-fit: scale-down;
        display: inline-block;
        vertical-align: baseline;
    }

    .ourProduce .place .background-description img {
        display: none;
    }

    .ourProduce .background-img-box {
        display: none;
    }

    .ourProduce .programme .content-item:nth-of-type(1) {
        width: 390px;
        height: 522px;
        display: block;
        position: relative;
        flex-shrink: 0;
        background-color: #FFFFFF;
        margin-bottom: 0;
        margin-left: 0;
    }

    .ourProduce .programme .content-item:nth-of-type(3) {
        margin-bottom: 0;
        margin-top: 8px;
    }

    .ourProduce .programme .content-item:nth-of-type(5) {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 8px;
    }

    .ourProduce .programme .content-item:nth-of-type(4) {
        margin-right: 0;
    }

    .ourProduce .programme .content-item:nth-of-type(1) .background-img-box {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ourProduce .programme .content-item:nth-of-type(1) .background-title {
        -webkit-line-clamp: 3
    }

    .ourProduce .programme .description-img {
        width: 280px;
        height: 280px;
        object-fit: scale-down;
        margin: 20px auto;
    }

    .ourProduce .hover-box {
        display: none;
    }

    .ourProduce .produce-box .hover-box {
        display: block;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: -1px;
        opacity: 0;
        position: relative;
        transition: 0.3s;
        overflow: hidden;
        /*transform-origin: bottom left;*/
        border-radius: 6px;
        background-size: contain;
    }

    .ourProduce .item-btn {
        display: none;
    }

    .ourProduce .programme .item-btn {
        cursor: pointer;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 52px;
        background-color: rgba(252, 79, 8, 0.05);
        text-align: center;
        font-size: 15px;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #FC4F08;
        line-height: 52px;
    }

    .ourProduce .programme .item-btn:hover {
        color: #FFFFFF;
        background-color: #FC4F08;
    }

    .produce-box .content-item:hover .hover-box {
        /*height: 100%;*/
        opacity: 1;
        /*display: block;*/
    }

    .produce-box .hover-box.on {
        width: 100%;
        display: block;
    }

    .produce-box .hover-box .hover-background-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .produce-box .hover-box .hover-title {
        height: 33px;
        font-size: 24px;
        font-family: Helvetica;
        color: #181818;
        line-height: 29px;
        padding-top: 20px;
        margin: 0 20px;
    }

    .produce-box .hover-box .hover-description {
        font-size: 13px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #9B9B9B;
        line-height: 20px;
        word-break: break-all;
        margin: 20px;
    }

    .produce-box .hover-box .hover-btn {
        height: 22px;
        font-size: 16px;
        font-family: Helvetica;
        color: #FC4F08;
        line-height: 19px;
        -webkit-background-clip: text;
        margin: 0 20px;
        cursor: pointer;
    }

    .produce-box .hover-box .hover-img {
        width: 178px;
        height: 178px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

}

@media screen and (max-width: 768px) {
    .ourProduce {
        width: 100%;
        /*background-color: rgb(248, 248, 250);*/
        padding: 0.5rem 0 0;
    }

    .img-layout {
        width: 7.02rem;
        margin: auto;
    }

    .ourProduce .main-box {
        box-shadow: 0rem 0.02rem 0.2rem 0rem rgba(222, 221, 234, 0.4);

    }

    .ourProduce .title {
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .ourProduce .content-item {
        background: #FFFFFF;
    }

    .ourProduce .title-h1 {
        min-height: 0.59rem;
        font-size: 0.4rem;
        font-family: Helvetica;
        color: #181818;
        line-height: 0.50rem;
    }

    .ourProduce .background-img {
        width: 100%;
        max-height: 3.42rem;
        object-fit: contain;
    }

    .ourProduce .title-box {
        background: #FFFFFF;
        width: 100%;
        justify-content: space-between;
        padding: 0.30rem 0.20rem;
        box-sizing: border-box;
        display: flex;
    }

    .ourProduce .title-box-title {
        flex: 1;
        height: 0.50rem;
        font-size: 0.36rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: bold;
        color: #333333;
        line-height: 0.43rem;
    }

    .ourProduce .title-box-btn {
        padding: 0.08rem 0.24rem;
        background-color: #FC4F08;
        font-size: 0.24rem;
        font-family: Helvetica;
        color: #FFFFFF;
        line-height: 0.35rem;
        margin-right: 0.36rem;
        box-sizing: border-box;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .ourProduce .advantage .title-box-btn, .ourProduce .place .title-box-btn{
        display: none;
    }

    .ourProduce .title-description {
        font-size: 0.26rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: #666666;
        line-height: 0.37rem;
        padding: 0.20rem;
        box-sizing: border-box;
    }
    .ourProduce .img-layout.advantage .content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ourProduce .img-layout.advantage .content-item{
        width: 2.24rem;
        height: 2.24rem;
        background: #FFFFFF;
        border: 0.01px solid #E4E6EA;
        border-radius: 0.12rem;
        padding: 0.23rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 0.2rem;
    }
    .ourProduce .img-layout .content-item.height0{
        height: 0!important;
        padding: 0!important;
        border: 0!important;
    }
    .ourProduce .img-layout.advantage .content-item .main-box, .ourProduce .img-layout.place .content-item .main-box {
        text-align: center;
        box-shadow: 0 0 0 0;
    }
    .ourProduce .img-layout.advantage .content-item .background-hover-img{
        width: 0.68rem;
        height: 0.68rem;
        object-fit: contain;
    }
    .ourProduce .img-layout.advantage .content-item .title-box, .ourProduce .img-layout.place .content-item .title-box{
        padding: 0;
        display: block;
    }
    .ourProduce .img-layout.advantage .content-item .title-box-title, .ourProduce .img-layout.place .title-box-title{
        width: auto;
        text-align: center;
        font-size: 0.28rem;
        font-family: PingFang SC;
        font-weight: bold;
        color: #000000;
        line-height: 0.49rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ourProduce .img-layout.advantage .content-item .title-description, .ourProduce .img-layout.place .title-description{
        padding: 0;
        font-size: 0.2rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #848383;
        line-height: 0.27rem;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
    .ourProduce .img-layout.place .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ourProduce .img-layout.place .content-item {
        width: 3.48rem;
        margin-bottom: 0.3rem;
    }
    .ourProduce .img-layout.place .background-img {
        width: 3.48rem;
        height: 1.95rem;
        margin-bottom: 0.1rem;
    }
    .ourProduce .img-layout.place .title-box-title {
        text-align: center;
        font-size: 0.26rem;
        font-family: PingFang SC;
        font-weight: bold;
        color: #222222;
        line-height: 0.27rem;
    }
    .ourProduce .img-layout.place .title-description {
        font-size: 0.18rem;
        font-family: PingFang SC;
        font-weight: 500;
        color: #979797;
        line-height: 0.27rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
}



